home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1991: Code Warrior
/
bincue
/
Code Warrior.bin
/
Developer Essentials
/
DTS Sample Code
/
Snippets
/
Snippets Aug '91
/
KeepMeAround ƒ
/
test.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-09-09
|
145 b
|
10 lines
|
[
TEXT/MPS
]
/* Nonsensical test INIT for keep_me_around(). */
#include <types.h> /* Includes Debugger() */
test(void)
{
Debugger();
keep_me_around();
}